projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4561b08
)
(gud-mode): Define C-c C-l in gud buffer.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 18 Feb 1994 20:10:05 +0000
(20:10 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 18 Feb 1994 20:10:05 +0000
(20:10 +0000)
lisp/gud.el
patch
|
blob
|
history
diff --git
a/lisp/gud.el
b/lisp/gud.el
index fac1ae157055e076affb76467d7ed44c92faac26..208c80b87fd3049de5926e54264225c730a14da8 100644
(file)
--- a/
lisp/gud.el
+++ b/
lisp/gud.el
@@
-772,6
+772,7
@@
comint mode, which see."
(setq mode-name "Debugger")
(setq mode-line-process '(": %s"))
(use-local-map (copy-keymap comint-mode-map))
+ (define-key (current-local-map) "\C-c\C-l" 'gud-refresh)
(make-local-variable 'gud-last-frame)
(setq gud-last-frame nil)
(make-local-variable 'comint-prompt-regexp)